var syscall.envs
12 uses
syscall (current package)
env_unix.go#L26: envs []string = runtime_envs()
env_unix.go#L33: for i, s := range envs {
env_unix.go#L44: envs[i] = ""
env_unix.go#L59: envs[i] = ""
env_unix.go#L79: s := envs[i]
env_unix.go#L113: envs[i] = kv
env_unix.go#L115: i = len(envs)
env_unix.go#L116: envs = append(envs, kv)
env_unix.go#L132: envs = []string{}
env_unix.go#L139: a := make([]string, 0, len(envs))
env_unix.go#L140: for _, env := range envs {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |